home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / documents / ELF / dwarfdump.txt < prev    next >
Encoding:
Text File  |  1996-11-11  |  1.8 KB  |  62 lines

  1.  
  2. DWARFDUMP                                                            DWARFDUMP
  3.  
  4. NAME
  5.      dwarfdump - dumps DWARF debug information of an ELF object
  6.  
  7. SYNOPSIS
  8.      dwarfdump [-abcdefilmoprsvy] [-t{afv}] [-uobjectfile] filename
  9.  
  10. DESCRIPTION
  11.      The dwarfdump command accepts one or more of the following options:
  12.  
  13.           -a   Dumps all sections.  Same as -bcfilmoprsy -tfv.
  14.  
  15.           -b   Dumps the .debug_abbrev section.
  16.  
  17.           -c   Dumps the .debug_loc section.
  18.  
  19.           -d   Dense mode.  Each die information of the .debug_info section is
  20.                printed in one-line format.  This option does not imply -i.
  21.  
  22.           -e   Ellipsis mode.  Short names for DW_TAG_* and DW_ATTR_* are used
  23.                in the output for the .debug_info section.
  24.  
  25.           -f   Dumps the .debug_frame section.
  26.  
  27.           -i   Dumps the .debug_info section.
  28.  
  29.           -l   Dumps the .debug_line information.
  30.  
  31.           -m   Dumps the .debug_macinfo section.
  32.  
  33.           -o   Dumps the .reloc_debug_* sections.
  34.  
  35.           -p   Dumps the .debug_pubnames section.
  36.  
  37.           -r   Dumps the .debug_aranges section.
  38.  
  39.           -s   Dumps .debug_string section.
  40.  
  41.           -ta  Same as -tfv.
  42.  
  43.           -tf  Dumps the .debug_static_funcs section.
  44.  
  45.           -tv  Dumps the .debug_static_vars section.
  46.  
  47.           -uofile
  48.                Restricts the dumping of sections to the named object file
  49.                only.
  50.  
  51.           -v   Verbose mode.  Shows more detailed information.
  52.  
  53.           -w   Dumps the .debug_weaknames section.
  54.  
  55.                                                                         Page 1
  56.  
  57. DWARFDUMP                                                            DWARFDUMP
  58.  
  59.           -y   Dumps the .debug_types section.
  60.  
  61.                                                                         Page 2
  62.